object PasswordDlg: TPasswordDlg Left = 310 Top = 278 BorderIcons = [] BorderStyle = bsToolWindow ClientHeight = 125 ClientWidth = 321 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poDefault OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyPress = FormKeyPress OnMouseDown = FormMouseDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 305 Height = 89 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 17 Width = 74 Height = 13 Caption = 'User Password.' end object Label2: TLabel Left = 192 Top = 216 Width = 32 Height = 13 Caption = 'Label2' end object Label5: TLabel Left = 16 Top = 80 Width = 26 Height = 13 Caption = 'Time:' end object Label6: TLabel Left = 48 Top = 80 Width = 60 Height = 13 Caption = 'Current Time' end object Label11: TLabel Left = 16 Top = 64 Width = 25 Height = 13 Caption = 'Start:' end object Label12: TLabel Left = 48 Top = 64 Width = 38 Height = 13 Caption = 'Label12' end object Bevel2: TBevel Left = 232 Top = 8 Width = 81 Height = 89 Shape = bsFrame end object SpeedButton1: TSpeedButton Left = 208 Top = 72 Width = 17 Height = 17 Hint = 'Invoke Help' Caption = '?' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True OnClick = SpeedButton1Click end object Password: TEdit Left = 16 Top = 35 Width = 209 Height = 21 MaxLength = 25 PasswordChar = '*' PopupMenu = PopupMenu1 TabOrder = 0 OnChange = PasswordChange OnKeyPress = PasswordKeyPress end object OKBtn: TButton Left = 240 Top = 72 Width = 65 Height = 17 Caption = '&OK' ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object ini: TListBox Left = 112 Top = 192 Width = 41 Height = 57 ItemHeight = 13 TabOrder = 5 end object stat1: TStatusBar Left = 0 Top = 104 Width = 321 Height = 21 Panels = < item Width = 100 end item Width = 50 end item Alignment = taCenter Width = 50 end item Alignment = taCenter Width = 50 end item Alignment = taCenter Width = 50 end> SimplePanel = False SizeGrip = False end object temp: TListBox Left = 152 Top = 320 Width = 65 Height = 41 ItemHeight = 13 TabOrder = 7 end object Button1: TButton Left = 240 Top = 16 Width = 65 Height = 17 Caption = '&Leave MSG' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 240 Top = 32 Width = 65 Height = 17 Caption = '&Read MSG' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 240 Top = 56 Width = 65 Height = 17 Caption = '&Cancel' Enabled = False TabOrder = 4 OnClick = Button3Click end object validit: TListBox Left = 240 Top = 192 Width = 41 Height = 49 ItemHeight = 13 TabOrder = 8 end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 8 Top = 248 end object Timer5: TTimer Enabled = False Interval = 300000 OnTimer = Timer5Timer Left = 48 Top = 280 end object PopupMenu1: TPopupMenu Left = 256 Top = 248 object LeaveMessage1: TMenuItem Caption = '&Leave MSG' ShortCut = 0 OnClick = LeaveMessage1Click end object OK1: TMenuItem Caption = '&OK' ShortCut = 0 OnClick = OK1Click end end object Timer2: TTimer Enabled = False Interval = 100 OnTimer = Timer2Timer Left = 56 Top = 176 end object Timer6: TTimer Enabled = False OnTimer = Timer6Timer Left = 168 Top = 144 end object Timer3: TTimer Enabled = False Interval = 2000 OnTimer = Timer3Timer Left = 144 Top = 64 end end